home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Medal Software 3
/
Gold Medal Software - Volume 3 (Gold Medal) (1994).iso
/
prog
/
word.arj
/
FILESEL.H
< prev
next >
Wrap
C/C++ Source or Header
|
1993-01-28
|
224b
|
14 lines
/* Include file for the built in File Selector V3.5
Copyright 1993 WordUp Software Productions
*/
#ifdef __cplusplus
extern "C" {
#endif
extern char *wfileselector(char *,char *);
#ifdef __cplusplus
}
#endif